powered by
Data from wooldRidge package loads lazily. Type data("401ksubs") into the console.
data("401k")
A data.frame with 1534 rows and 8 variables:
prate. participation rate, percent
mrate. 401k plan match rate
totpart. total 401k participants
totelg. total eligible for 401k plan
age. age of 401k plan
totemp. total number of firm employees
sole. = 1 if 401k is firm's sole plan
ltotemp. log of totemp
# NOT RUN { str(`401k`) lm(prate ~ age, data = `401k`) # }
Run the code above in your browser using DataLab